home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Bug, reading and writing to SU
- Sent: 7/22/96 8:15 AM
- Received: 7/22/96 10:48 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >(1) I externalize my part, during which I write out a shapeList (ala
- >ODFDraw) to a value in a property that I have added specially to the part's
- >storage unit.
-
- First of all you are not supposed to do that. You should never saved your
- data anywhere else than in the Content Property. Any non-standard
- properties will not be cloned during a clone operation and you will loose
- all references to embedded frames. If you need to create other properties
- and values you need to create another storage unit and store a strong
- reference to it in your value kind in the content property. That might
- not be the cause of your problem but I wanted to point out that first.
-
- ......................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ......................................................................
-
-
-